Metadata-Version: 2.1
Name: python installer
Version: 0.0.2
Summary: A package installer for python
Home-page: https://github.com/anmolmalik01/python-installer
Author: Anmol Malik
Author-email: malik16603@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/anmolmalik01/python-installer/issues
Description: <h1 align="center">PSON</h1>
        
        > A package that allows you to easily add a package installer to your project that keeps all of the modules included in the project and allows others to utilise it.
        > 
        <br>
        
        A JSON file providing information on the author, dependencies utilised, and dependencies that can be installed with a single command.
        <br>
        
        📥 Installation
        
        ```sh
        pip install pson
        ```
        <br>
        
        ## 💬 Usage
        <br>
        To add a JSON to your program(for developers)
        
        ```sh
        package build
        ```
        
        <br>
        To install the dependencies(for users)
        
        ```sh
        package install
        ```
        
        
        <br>
        
        ## 🤝 Contributing
        
        Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/anmolmalik01/package-installer/issues). 
        
        <br>
Keywords: python,package installer,json
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
